.home-web {
  text-align: center;
}

.home-web .home-web-head {
  position: relative;
  text-align: center;
}

.home-web-head .head-line {
  width: 100%;
  height: 5px;
  background: #e60012;
  margin-top: 20px;
}

.head-btn {
  display: block;
  position: absolute;
  color: #fff;
  background: #e60012;
  padding: 5px 12px;
  right: 100px;
  bottom: 36px;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 900;
  font-size: 18px;
  text-decoration: none;
}

.home-web .home-web-main {
  display: inline-block;
  padding: 50px 0;
  margin: auto;
  text-align: center;
}

.home-web-main .main-item {
  text-align: center;
  margin: 5px 20px;
  /* float: left; */
  display: inline-block;
}

.home-web .home-web-main:after {
  display: block;
  clear: both;
  content: "";
}

.main-item .main-item-paper {
  cursor: pointer;
  box-shadow: 10px 10px 5px #cdcdcd;
  overflow: hidden;
  border: 1px solid #cdcdcd;
}

.main-item-paper .paper-img {
  height: 380px;
}

.main-item .main-item-paper > .paper-img:hover {
  transform: scale(1.1);
}

.main-item-name {
  font-size: 18px;
  color: #222222;
  margin-top: 20px;
}

.main-item-date {
  font-size: 16px;
  color: #595757;
  margin-top: 5px;
}

.home-web .home-web-foot {
  text-align: center;
  background: #f4f4f4;
  padding: 30px 0;
  font-size: 14px;
  color: #595757;
}

.home-web-foot .foot-warn {
  color: #e90000;
  font-size: 18px;
  margin-bottom: 20px;
}

/* @media screen and (max-width: 1060px) {
  .home-web .home-web-main {
    width: 848px;
  }
}

@media screen and (max-width: 870px) {
  .home-web .home-web-main {
    width: 636px;
  }

  .home-web .home-web-main .main-item .main-item-img {
    transform: scale(0.9);
  }
} */
